re_memory 0.6.0

Run-time memory tracking and profiling.
Documentation

Run-time memory tracking and profiling.

Part of the rerun family of crates.

Latest version Documentation MIT Apache

Includes an opt-in sampling profiler for allocation callstacks. Each time memory is allocated there is a chance a callstack will be collected. This information is tracked until deallocation. You can thus get information about what callstacks lead to the most live allocations, giving you a very useful memory profile of your running app, with minimal overhead.